@font-face {
    font-family: 'Algerian'; /*a name to be used later*/
    src: url('fonts/Algerian.ttf'); /*URL to font*/
}

.error_message{
	margin-bottom: -27px;
    text-align: center;
    margin-top: 10px;
    color: red;
}

.register_sucess{
	margin-bottom: -27px;
    text-align: center;
    margin-top: 10px;
    color: green;
}


#register_button{
  color: #0b0b0b;
  font-size: 13px;
  width: 200px;
  height: 36px;
  background-color: #f3f3f3;
  margin-left: 0px;
  font-weight: bold;
  border: none;
}

#register_button:hover{
    background-color: #cb4723;
    color: #fff;
    border: none;
}




